home *** CD-ROM | disk | FTP | other *** search
/ infoROM 17,000 Product Descriptions for Business / infoROM Product Descriptions for Business - ESX Interactive.ISO / argdemos / objdemo / toolkit.exe / DATAMA.DCL < prev    next >
Encoding:
Text File  |  1992-12-21  |  17.7 KB  |  876 lines

  1. cre_lay : dialog {
  2.     label = "Create Layer ?";
  3.     : text {
  4.         label = "Do you want to create Layer: ";
  5.     }
  6.     : text {
  7.         key = "lay";
  8.         width = 15;
  9.         alignment = centered;
  10.     }
  11.     spacer;
  12.     ok_cancel;
  13. }
  14.  
  15. label : dialog {
  16.     label = "Label Component";
  17.     initial_focus = "label";
  18.     : concatenation {
  19.         : button {
  20.             label = "Component... ";
  21.             key = "cmpbut";
  22.             fixed_width = true;
  23.         }
  24.         : edit_box {
  25.             label = "";
  26.             key = "cmpbox";
  27.             width = 16;
  28.         }
  29.     }
  30.     : concatenation {
  31.         : button {
  32.             label = "Variable...  ";
  33.             key = "varbut";
  34.             fixed_width = true;
  35.         }
  36.         : edit_box {
  37.             label = "";
  38.             key = "varbox";
  39.             width = 16;
  40.         }
  41.     }
  42.     : concatenation {
  43.         : edit_box {
  44.             label = " Length:";
  45.             key = "lenbox";
  46.             value = "10";
  47.             width = 14.6;
  48.             edit_width = 2;
  49.             edit_limit = 2;
  50.             fixed_width = true;
  51.         }
  52.         : edit_box {
  53.             label = " Precision:";
  54.             key = "prebox";
  55.             value = "0";
  56.             width = 15.6;
  57.             edit_width = 1;
  58.             edit_limit = 1;
  59.             fixed_width = true;
  60.         }
  61.     }
  62.     : concatenation {
  63.         : button {
  64.             label = "Block Name...";
  65.             key = "blkbut";
  66.             fixed_width = true;
  67.         }
  68.         : edit_box {
  69.             label = "";
  70.             key = "blkbox";
  71.             width = 16;
  72.         }
  73.     }
  74.     : concatenation {
  75.         : button {
  76.             label = "Attribute... ";
  77.             key = "attbut";
  78.             fixed_width = true;
  79.         }
  80.         : edit_box {
  81.             label = "";
  82.             key = "attbox";
  83.             width = 16;
  84.         }
  85.     }
  86.     : concatenation {
  87.         : button {
  88.             label = "Layer...     ";
  89.             key = "laybut";
  90.             fixed_width = true;
  91.         }
  92.         : edit_box {
  93.             label = "";
  94.             key = "laybox";
  95.             width = 16;
  96.             value = "LABEL";
  97.         }
  98.     }
  99.     : concatenation {
  100.         : button {
  101.             label = "Color...     ";
  102.             key = "colbut";
  103.             fixed_width = true;
  104.         }
  105.         : edit_box {
  106.             label = "";
  107.             key = "colbox";
  108.             width = 16;
  109.             value = "BYLAYER";
  110.         }
  111.     }
  112.     : row {
  113.         : boxed_radio_column {
  114.             label = "Scaling:";
  115.             : radio_button {
  116.                 label = "Relative";
  117.                 key = "r";
  118.             }
  119.             : radio_button {
  120.                 label = "Absolute";
  121.                 key = "a";
  122.             }
  123.         }
  124.         : boxed_column {
  125.             : edit_box {
  126.                 label = "X Scale:";
  127.                 key = "xscl";
  128.                 edit_width = 3;
  129.             }
  130.             : edit_box {
  131.                 label = "Y Scale:";
  132.                 key = "yscl";
  133.                 edit_width = 3;
  134.             }
  135.         }
  136.     }
  137.     : boxed_radio_row {
  138.         label = "Rotation:";
  139.         : radio_button {
  140.             label = "Picked";
  141.             key = "pick";
  142.         }
  143.         : radio_button {
  144.             label = "Automatic";
  145.             key = "auto";
  146.         }
  147.     }
  148.     spacer;
  149.     spacer;
  150.     ok_cancel;
  151.     : errtile { width = 20;}
  152. }
  153.  
  154. annota : dialog {
  155.     label = "Annotate Drawing";
  156.     initial_focus = "annota";
  157.     : concatenation {
  158.         : button {
  159.             label = "Component... ";
  160.             key = "cmpbut";
  161.             fixed_width = true;
  162.         }
  163.         : edit_box {
  164.             label = "";
  165.             key = "cmpbox";
  166.             width = 16;
  167.         }
  168.     }
  169.     : concatenation {
  170.         : button {
  171.             label = "Variable...  ";
  172.             key = "varbut";
  173.             fixed_width = true;
  174.         }
  175.         : edit_box {
  176.             label = "";
  177.             key = "varbox";
  178.             width = 16;
  179.         }
  180.     }
  181.     : edit_box {
  182.         label = " Length:";
  183.         key = "lenbox";
  184.         value = "10";
  185.         width = 18.6;
  186.         edit_width = 2;
  187.         edit_limit = 2;
  188.         fixed_width = true;
  189.     }
  190.     : edit_box {
  191.         label = " Precision:";
  192.         key = "prebox";
  193.         value = "0";
  194.         width = 17.6;
  195.         edit_width = 1;
  196.         edit_limit = 1;
  197.         fixed_width = true;
  198.     }
  199.     : concatenation {
  200.         : button {
  201.             label = "Layer...     ";
  202.             key = "laybut";
  203.             fixed_width = true;
  204.         }
  205.         : edit_box {
  206.             label = "";
  207.             key = "laybox";
  208.             width = 16;
  209.             value = "ANNOTATION";
  210.         }
  211.     }
  212.     : concatenation {
  213.         : button {
  214.             label = "Color...     ";
  215.             key = "colbut";
  216.             fixed_width = true;
  217.         }
  218.         : edit_box {
  219.             label = "";
  220.             key = "colbox";
  221.             width = 16;
  222.             value = "BYLAYER";
  223.         }
  224.     }
  225.     : concatenation {
  226.         : button {
  227.             label = "Text Style...";
  228.             key = "texbut";
  229.             fixed_width = true;
  230.         }
  231.         : edit_box {
  232.             label = "";
  233.             key = "texbox";
  234.             width = 16;
  235.             value = "STANDARD";
  236.         }
  237.     }
  238.     : concatenation {
  239.         : text {
  240.             label = "Leader:";
  241.         }
  242.         : spacer  { width = 6.6; }
  243.         : radio_row {
  244.             : radio_button {
  245.                 label = "Yes";
  246.                 key = "yes";
  247.             }
  248.             : radio_button {
  249.                 label = "No";
  250.                 key = "no";
  251.             }
  252.         }
  253.     }
  254.     spacer;
  255.     spacer;
  256.     ok_cancel;
  257.     : errtile { width = 20;}
  258. }
  259.  
  260. lst_value : list_box {
  261.     label = "Name                 Subtype       Value                   ";
  262.     key = "lst";
  263. }
  264.  
  265. att_dat : dialog {
  266.     label = "Attach Data";
  267.     initial_focus = "att_dat";
  268.     : concatenation {
  269.             alignment = centered;
  270.         : button {
  271.             label = "Component...";
  272.             key = "cmp_lst";
  273.             fixed_width = true;
  274.         }
  275.         : edit_box {
  276.             label = "";
  277.             key = "cmp";
  278.             width = 21;
  279.         }
  280.     }
  281.     lst_value;
  282.     spacer;
  283.     spacer;
  284.     ok_cancel;
  285.     errtile;
  286. }
  287.  
  288. cre_dat : dialog {
  289.     label = "Create Entity";
  290.     initial_focus = "cre_dat";
  291.     : concatenation {
  292.             alignment = centered;
  293.         : button {
  294.             label = "Component...";
  295.             key = "cmp_lst";
  296.             fixed_width = true;
  297.         }
  298.         : edit_box {
  299.             label = "";
  300.             key = "cmp";
  301.             width = 21;
  302.         }
  303.     }
  304.     lst_value;
  305.     spacer;
  306.     spacer;
  307.     ok_cancel;
  308.     errtile;
  309. }
  310.  
  311. mod_dat_c : dialog {
  312.     label = "Modify Data";
  313.     initial_focus = "mod_dat";
  314.     : concatenation {
  315.             alignment = centered;
  316.         : button {
  317.             label = "Component...";
  318.             key = "cmp_lst";
  319.             fixed_width = true;
  320.         }
  321.         : edit_box {
  322.             label = "";
  323.             key = "cmp";
  324.             width = 21;
  325.         }
  326.     }
  327.     lst_value;
  328.     spacer;
  329.     spacer;
  330.     ok_cancel;
  331.     errtile;
  332. }
  333.  
  334. key_dia : column {
  335.     : boxed_column {
  336.         label = "TIMS Description:";
  337.         : concatenation {
  338.             alignment = centered;
  339.             : button {
  340.                 label = "Component...";
  341.                 key = "cmp_lst";
  342.                 fixed_width = true;
  343.             }
  344.             : edit_box {
  345.                 label = "";
  346.                 key = "cmp";
  347.                 width = 21;
  348.             }
  349.         }
  350.         : concatenation {
  351.             alignment = centered;
  352.             : button {
  353.                 label = "Variable... ";
  354.                 key = "var_lst";
  355.                 fixed_width = true;
  356.             }
  357.             : edit_box {
  358.                 label = "";
  359.                 key = "var";
  360.                 width = 21;
  361.             }
  362.         }
  363.     }
  364.     spacer;
  365.     spacer;
  366.     : boxed_column {
  367.         label = "File description:";
  368.         : row {
  369.             : radio_button {
  370.                 label = "DBF";
  371.                 key = "dbf";
  372.             }
  373.             : radio_button {
  374.                 label = "SDF";
  375.                 key = "sdf";
  376.             }
  377.             : radio_button {
  378.                 label = "CDF";
  379.                 key = "cdf";
  380.             }
  381.             : radio_button {
  382.                 label = "WKS";
  383.                 key = "wks";
  384.             }
  385.         }
  386.         : concatenation {
  387.             : button {
  388.                 label = "File Name...";
  389.                 key = "file_lst";
  390.                 fixed_width = true;
  391.             }
  392.             : edit_box {
  393.                 label = "";
  394.                 key = "file";
  395.                 width = 21;
  396.             }
  397.         }
  398.     }
  399.     spacer;
  400.     spacer;
  401.     ok_cancel;
  402.     errtile;
  403. }
  404.  
  405. attach_key : dialog {
  406.     label = "Attach and Link Data with Key";
  407.     key_dia;
  408. }
  409.  
  410. modify_key : dialog {
  411.     label = "Modify and Link Data with Key";
  412.     key_dia;
  413. }
  414.  
  415. create_key : dialog {
  416.     label = "Create and Link Data with Key";
  417.     key_dia;
  418. }
  419.  
  420. update : dialog {
  421.     label = "Update Variables";
  422.     initial_focus = "update";
  423.     : toggle {
  424.         label = "Duplicate";
  425.         key = "dup";
  426.     }
  427.     : toggle {
  428.         label = "External";
  429.         key = "ext";
  430.     }
  431.     : toggle {
  432.         label = "Englobing Pline";
  433.         key = "inz";
  434.     }
  435.     : toggle {
  436.         label = "Nearest";
  437.         key = "nea";
  438.     }
  439.     : toggle {
  440.         label = "Statistical";
  441.         key = "sta";
  442.     }
  443.     : toggle {
  444.         label = "Objects Inside";
  445.         key = "wit";
  446.     }
  447.     spacer;
  448.     spacer;
  449.     ok_cancel;
  450. }
  451.  
  452. new_dat : dialog {
  453.     label = "Change Value";
  454.     initial_focus = "val";
  455.     : row {
  456.         : text {
  457.             label = "Component name :";
  458.             key = "cmp";
  459.         }
  460.         : text {
  461.             label = "Component       ";
  462.             key = "cmp2";
  463.         }
  464.     }
  465.     : row {
  466.         : text {
  467.             label = "Variable name  :";
  468.             key = "var";
  469.         }
  470.         : text {
  471.             label = "Variable        ";
  472.             key = "var2";
  473.          }
  474.     }
  475.     : row {
  476.         : text {
  477.             label = "Subtype        :";
  478.             key = "sub";
  479.         }
  480.         : text {
  481.             label = "Subtype         ";
  482.             key = "sub2";
  483.          }
  484.     }
  485.     : edit_box {
  486.         label = "Value          : ";
  487.         key = "val";
  488.         allow_accept = true;
  489.     }
  490.     spacer;
  491.     spacer;
  492.     ok_cancel;
  493.     errtile;
  494. }
  495.  
  496. new_dat_dir : dialog {
  497.     label = "Change Value";
  498.     initial_focus = "val";
  499.     : row {
  500.         : text {
  501.             label = "Component name :";
  502.             key = "cmp";
  503.         }
  504.         : text {
  505.             label = "Component       ";
  506.             key = "cmp2";
  507.         }
  508.     }
  509.     : row {
  510.         : text {
  511.             label = "Variable name  :";
  512.             key = "var";
  513.         }
  514.         : text {
  515.             label = "Variable        ";
  516.             key = "var2";
  517.          }
  518.     }
  519.     : row {
  520.         : text {
  521.             label = "Subtype        :";
  522.             key = "sub";
  523.         }
  524.         : text {
  525.             label = "Subtype         ";
  526.             key = "sub2";
  527.          }
  528.     }
  529.     : row {
  530.         : text {
  531.             alignment = top;
  532.             label = "Value          :";
  533.         }
  534.         : text {
  535.             label = "Value           ";
  536.             key = "val";
  537.         }
  538.     }
  539.     : boxed_radio_column {
  540.         fixed_width = true;
  541.         alignment = right;
  542.         label = "Choose a direction:";
  543.         : radio_button {
  544.             label = "Both";
  545.             key = "bo";
  546.         }
  547.         : radio_button {
  548.             label = "Backward";
  549.             key = "ba";
  550.         }
  551.         : radio_button {
  552.             label = "Forward";
  553.             key = "fo";
  554.         }
  555.         : radio_button {
  556.             label = "None";
  557.             key = "no";
  558.         }
  559.         : radio_button {
  560.             label = "On Screen";
  561.             key = "os";
  562.         }
  563.     }
  564.     spacer;
  565.     spacer;
  566.     ok_cancel;
  567.     errtile;
  568. }
  569.  
  570. mod_dat : dialog {
  571.     label = "Modify Data";
  572.     initial_focus = "comp";
  573.     : concatenation {
  574.         : spacer { width = 20; }
  575.         : text {
  576.             label = "Component:";
  577.             key = "comp";
  578.         }
  579.         : text {
  580.             label = "Component";
  581.             key = "comp2";
  582.         }
  583.     }
  584.     spacer;
  585.     spacer;
  586.     lst_value;
  587.     spacer;
  588.     spacer;
  589.     ok_cancel;
  590.     errtile;
  591. }
  592.  
  593. mod_var : dialog {
  594.     label = "Modify Data";
  595.     initial_focus = "comp";
  596.     : popup_list {
  597.         label = "Component :";
  598.         key = "comp";
  599.     }
  600.     : popup_list {
  601.             label = "Variable  :";
  602.             key = "vari";
  603.     }
  604.     : row {
  605.         : text {
  606.             label = "Type      :";
  607.             key = "type";
  608.             alignment = bottom;
  609.         }
  610.         : boxed_row {
  611.             : text {
  612.                 label = "type                 ";
  613.                 key = "typ2";
  614.                 value = " ";
  615.             }
  616.         }
  617.     }
  618.     : row {
  619.         : text {
  620.             label = "Subtype   :";
  621.             key = "subt";
  622.             alignment = bottom;
  623.         }
  624.         : boxed_row {
  625.             : text {
  626.                 label = "subtype              ";
  627.                 key = "sub2";
  628.                 value = " ";
  629.             }
  630.         }
  631.     }
  632.     spacer;
  633.     spacer;
  634.     spacer;
  635.     spacer;
  636.     : edit_box {
  637.         label = "New value :";
  638.         key = "newv";
  639.         allow_accept = true;
  640.     }
  641.     spacer;
  642.     spacer;
  643.     ok_cancel;
  644.     errtile;
  645. }
  646.  
  647. detach : dialog {
  648.     label = "Detach Data";
  649.     initial_focus = "detach";
  650.     : text {
  651.         label = "Choose Component(s) to";
  652.     }
  653.     : text {
  654.         label = "to Detach.";
  655.     }
  656.     spacer;
  657.     : list_box {
  658.         label = "Components:";
  659.         key = "comp";
  660.         multiple_select = true;
  661.     }
  662.     spacer;
  663.     spacer;
  664.     ok_cancel;
  665. }
  666.  
  667. succes : row {
  668.     : text {
  669.         label = "Successes:";
  670.     }
  671.     : text {
  672.         label = "0";
  673.         key = "suc";
  674.     }
  675. }
  676.  
  677. failure : row {
  678.     : text {
  679.         label = "Failures :";
  680.     }
  681.     : text {
  682.         label = "0";
  683.         key = "fai";
  684.     }
  685. }
  686.  
  687. att_res : dialog {
  688.     label = "Attach Result";
  689.     initial_focus = "att_res";
  690.     succes;
  691.     failure;
  692.     spacer;
  693.     spacer;
  694.     ok_only;
  695. }
  696.  
  697. mod_res : dialog {
  698.     label = "Modify Result";
  699.     initial_focus = "mod_res";
  700.     succes;
  701.     failure;
  702.     spacer;
  703.     spacer;
  704.     ok_only;
  705. }
  706.  
  707. det_res : dialog {
  708.     label = "Detach Result";
  709.     initial_focus = "det_res";
  710.     succes;
  711.     failure;
  712.     spacer;
  713.     spacer;
  714.     ok_only;
  715. }
  716.  
  717. cho_set : dialog {
  718.     label = "Choose a Set type";
  719.     initial_focus = "cho_lst";
  720.     : radio_column {
  721.         : radio_button {
  722.             label = "Point";
  723.             key = "pt";
  724.         }
  725.         : radio_button {
  726.             label = "Selection Set";
  727.             key = "ss";
  728.         }
  729.         : radio_button {
  730.             label = "Network/Segment Set";
  731.             key = "nt";
  732.         }
  733.         : radio_button {
  734.             label = "Zone";
  735.             key = "zn";
  736.         }
  737.     }
  738.     spacer;
  739.     spacer;
  740.     cancel_button;
  741. }
  742.  
  743. set_lst : dialog {
  744.     label = "Set List";
  745.     initial_focus = "set_lst";
  746.     : row {
  747.         : text {
  748.             label = "Type of Set:";
  749.         }
  750.         : text {
  751.             label = "error         ";
  752.             key = "tset";
  753.         }
  754.     }
  755.     : list_box {
  756.         label = " ";
  757.         key = "lset";
  758.         allow_accept = true;
  759.     }
  760.     spacer;
  761.     spacer;
  762.     ok_only;
  763. }
  764.  
  765. err_set : dialog {
  766.     label = "Error";
  767.     initial_focus = "err_set";
  768.     : row {
  769.         : text {
  770.             label = "There is no";
  771.         }
  772.         : text {
  773.             label = "error         ";
  774.             key = "tset";
  775.         }
  776.     }
  777.     : text {
  778.         label = "Set saved for this project.";
  779.     }
  780.     spacer;
  781.     spacer;
  782.     ok_only;
  783. }
  784.  
  785. cre_poi : dialog {
  786.     label = "Create a Point Set";
  787.     initial_focus = "setn";
  788.     : edit_box {
  789.         label = "Set name:";
  790.         key = "setn";
  791.         allow_accept = true;
  792.     }
  793.     spacer;
  794.     spacer;
  795.     ok_cancel;
  796.     errtile;
  797. }
  798.  
  799. cre_set : dialog {
  800.     label = "Create a Selection Set";
  801.     initial_focus = "setn";
  802.     : edit_box {
  803.         label = "Set name:";
  804.         key = "setn";
  805.         allow_accept = true;
  806.     }
  807.     spacer;
  808.     spacer;
  809.     ok_cancel;
  810.     errtile;
  811. }
  812.  
  813. show_set : dialog {
  814.     label = "Selection Set Number";
  815.     initial_focus = "show_set";
  816.     : row {
  817.         : text {
  818.             label = "Set name:";
  819.          }
  820.          : text {
  821.             label = "error    ";
  822.             key ="nm";
  823.          }
  824.     }
  825.     : row {
  826.         : text {
  827.             label = "Name:";
  828.          }
  829.          : text {
  830.             label = "error    ";
  831.             key ="st";
  832.          }
  833.     }
  834.     spacer;
  835.     spacer;
  836.     ok_only;
  837. }
  838.  
  839. end_shw : dialog {
  840.     label = "Finish Viewing";
  841.     initial_focus = "end_shw";
  842.     : row {
  843.         : text {
  844.             label = "Set name:";
  845.         }
  846.         : text {
  847.             label = "name     ";
  848.             key = "nm";
  849.         }
  850.     }
  851.     spacer;
  852.     ok_only;
  853. }
  854.  
  855. del_lst : dialog {
  856.     label = "Choose Set to Delete";
  857.     initial_focus = "del_lst";
  858.     : row {
  859.         : text {
  860.             label = "Type of Set:";
  861.         }
  862.         : text {
  863.             label = "error         ";
  864.             key = "tset";
  865.         }
  866.     }
  867.     : list_box {
  868.         label = " ";
  869.         key = "lset";
  870.     }
  871.     spacer;
  872.     spacer;
  873.     ok_cancel;
  874. }
  875.  
  876.